github.com/refraction-networking/utls.serverHandshakeStateTLS13.echContext (field)

11 uses

	github.com/refraction-networking/utls (current package)
		handshake_server.go#L54: 			echContext:  ech,
		handshake_server_tls13.go#L63: 	echContext      *echServerContext
		handshake_server_tls13.go#L569: 	if hs.echContext != nil {
		handshake_server_tls13.go#L605: 	if hs.echContext != nil {
		handshake_server_tls13.go#L617: 		if echType == outerECHExt && hs.echContext.inner || echType == innerECHExt && !hs.echContext.inner {
		handshake_server_tls13.go#L623: 			if echCiphersuite != hs.echContext.ciphersuite || configID != hs.echContext.configID || len(encap) != 0 {
		handshake_server_tls13.go#L628: 			encodedInner, err := decryptECHPayload(hs.echContext.hpkeContext, clientHello.original, payload)
		handshake_server_tls13.go#L731: 	if hs.echContext != nil {
		handshake_server_tls13.go#L804: 	if len(hs.c.config.EncryptedClientHelloKeys) > 0 && len(hs.clientHello.encryptedClientHello) > 0 && hs.echContext == nil {